Class DefaultObjectFieldHandler
- java.lang.Object
-
- org.mule.metadata.java.api.handler.DefaultObjectFieldHandler
-
- All Implemented Interfaces:
ObjectFieldHandler
public class DefaultObjectFieldHandler extends Object implements ObjectFieldHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultObjectFieldHandler()
-
Method Summary
All Methods Instance Methods Concrete 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
public void handleFields(Class<?> clazz, TypeHandlerManager typeHandlerManager, ParsingContext context, ObjectTypeBuilder builder)
Description copied from interface:ObjectFieldHandlerHandles the load of all the fields of the given object.- Specified by:
handleFieldsin interfaceObjectFieldHandler
-
-