Module org.eclipse.yasson
Class SerializerBuilderParams
java.lang.Object
org.eclipse.yasson.internal.serializer.SerializerBuilderParams
Not currently supported. Possibly implemented in the future.
Holder of serialization parameters during creation process. Reduces the number of needed parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Customization
private final boolean
private final ModelSerializer
private final boolean
private final boolean
private final Type
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
-
Field Details
-
type
-
customization
-
root
private final boolean root -
key
private final boolean key -
resolveRootAdapter
private final boolean resolveRootAdapter -
objectBaseSerializer
-
-
Constructor Details
-
SerializerBuilderParams
-
-
Method Details
-
builder
-
getType
-
getCustomization
-
isRoot
public boolean isRoot() -
isKey
public boolean isKey() -
isResolveRootAdapter
public boolean isResolveRootAdapter() -
getObjectBaseSerializer
-