Class SerializerBuilderParams

java.lang.Object
org.eclipse.yasson.internal.serializer.SerializerBuilderParams

class SerializerBuilderParams extends Object
Not currently supported. Possibly implemented in the future. Holder of serialization parameters during creation process. Reduces the number of needed parameters.
  • Field Details

    • type

      private final Type type
    • customization

      private final Customization customization
    • root

      private final boolean root
    • key

      private final boolean key
    • resolveRootAdapter

      private final boolean resolveRootAdapter
    • objectBaseSerializer

      private final ModelSerializer objectBaseSerializer
  • Constructor Details

  • Method Details

    • builder

      public static SerializerBuilderParams.Builder builder(Type type)
    • getType

      public Type getType()
    • getCustomization

      public Customization getCustomization()
    • isRoot

      public boolean isRoot()
    • isKey

      public boolean isKey()
    • isResolveRootAdapter

      public boolean isResolveRootAdapter()
    • getObjectBaseSerializer

      public ModelSerializer getObjectBaseSerializer()