Uses of Interface
org.eclipse.yasson.internal.model.customization.ComponentBoundCustomization
Packages that use ComponentBoundCustomization
Package
Description
-
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal
Methods in org.eclipse.yasson.internal with parameters of type ComponentBoundCustomizationModifier and TypeMethodDescriptionComponentMatcher.getDeserializeAdapterBinding
(Type propertyRuntimeType, ComponentBoundCustomization customization) Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type.ComponentMatcher.getDeserializerBinding
(Type propertyRuntimeType, ComponentBoundCustomization customization) Lookup deserializer binding for a given property runtime type.ComponentMatcher.getSerializeAdapterBinding
(Type propertyRuntimeType, ComponentBoundCustomization customization) Get components from property model (if declared by annotation and runtime type matches), or return components searched by runtime type.ComponentMatcher.getSerializerBinding
(Type propertyRuntimeType, ComponentBoundCustomization customization) Lookup serializer binding for a given property runtime type. -
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal.deserializer
Methods in org.eclipse.yasson.internal.deserializer with parameters of type ComponentBoundCustomizationModifier and TypeMethodDescriptionprivate Optional
<AdapterBinding> DeserializationModelCreator.adapterBinding
(Type type, ComponentBoundCustomization classCustomization) private Optional
<DeserializerBinding<?>> DeserializationModelCreator.userDeserializer
(Type type, ComponentBoundCustomization classCustomization) -
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal.model.customization
Classes in org.eclipse.yasson.internal.model.customization that implement ComponentBoundCustomizationModifier and TypeClassDescriptionclass
Customization which could be applied on a class or package level.class
Customization for creator (constructor / factory methods) parameters.(package private) class
Common properties ofClassCustomization
andPropertyCustomization
.class
Customization for a property of a class. -
Uses of ComponentBoundCustomization in org.eclipse.yasson.internal.serializer
Methods in org.eclipse.yasson.internal.serializer with parameters of type ComponentBoundCustomizationModifier and TypeMethodDescriptionprivate Optional
<AdapterBinding> SerializationModelCreator.adapterBinding
(Type type, ComponentBoundCustomization classCustomization) private Optional
<ModelSerializer> SerializationModelCreator.userSerializer
(Type type, ComponentBoundCustomization classCustomization)