Interface ObjectFieldHandler
-
- All Known Implementing Classes:
DefaultObjectFieldHandler
public interface ObjectFieldHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleFields(Class<?> clazz, TypeHandlerManager typeHandlerManager, ParsingContext context, ObjectTypeBuilder builder)Handles the load of all the fields of the given object.
-
-
-
Method Detail
-
handleFields
void handleFields(Class<?> clazz, TypeHandlerManager typeHandlerManager, ParsingContext context, ObjectTypeBuilder builder)
Handles the load of all the fields of the given object.
-
-