Uses of Interface
org.eclipse.yasson.internal.model.customization.ComponentBoundCustomization
-
Packages that use ComponentBoundCustomization Package Description org.eclipse.yasson.internal org.eclipse.yasson.internal.model.customization -
-
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal with parameters of type ComponentBoundCustomization Modifier and Type Method Description java.util.Optional<AdapterBinding>ComponentMatcher. getDeserializeAdapterBinding(java.lang.reflect.Type propertyRuntimeType, ComponentBoundCustomization customization)Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type.java.util.Optional<DeserializerBinding<?>>ComponentMatcher. getDeserializerBinding(java.lang.reflect.Type propertyRuntimeType, ComponentBoundCustomization customization)Lookup deserializer binding for a given property runtime type.java.util.Optional<AdapterBinding>ComponentMatcher. getSerializeAdapterBinding(java.lang.reflect.Type propertyRuntimeType, ComponentBoundCustomization customization)Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type.java.util.Optional<SerializerBinding<?>>ComponentMatcher. getSerializerBinding(java.lang.reflect.Type propertyRuntimeType, ComponentBoundCustomization customization)Lookup serializer binding for a given property runtime type. -
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal.model.customization
Classes in org.eclipse.yasson.internal.model.customization that implement ComponentBoundCustomization Modifier and Type Class Description classClassCustomizationCustomization, which could be applied on a class or package level.classContainerCustomizationCustomization for container like types (Maps, Collections, Arrays).classCreatorCustomizationCustomization for creator (constructor / factory methods) parameters.classPropertyCustomizationCustomization for a property of a class.
-