Java org.springframework.data.util ClassTypeInformation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.util ClassTypeInformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.util ClassTypeInformation.

The text is from its open source code.

Field

ClassTypeInformationLIST
ClassTypeInformationMAP
ClassTypeInformationOBJECT

Method

ClassTypeInformationfrom(Class type)
Simple factory method to easily create new instances of ClassTypeInformation .
TypeInformationfromReturnTypeOf(Method method)
Creates a TypeInformation from the given method's return type.