Interface Reflector
- All Known Implementing Classes:
StdReflector
public interface Reflector
-
Method Summary
Modifier and TypeMethodDescriptionReflectType<?>reflectFieldType(Type genericType, FieldValueType bindingType) Gets reflection information for a field, potentially a deep sub-field of some type which can have schema.<T> ReflectType<T>reflectRootType(Class<T> type) Gets reflection information for a root type, that is, a type that can have aschema: a public concrete class.
-
Method Details
-
reflectRootType
Gets reflection information for a root type, that is, a type that can have aschema: a public concrete class.- Type Parameters:
T- type to get reflection information for- Parameters:
type- type to get reflection information for- Returns:
- basic reflection information for
type
-
reflectFieldType
Gets reflection information for a field, potentially a deep sub-field of some type which can have schema.- Parameters:
genericType- generic type of field to get reflection information forbindingType- value type suitable for data-binding of typegenericType- Returns:
- basic reflection information for the field
-