Class CreatorModel

java.lang.Object
org.eclipse.yasson.internal.model.CreatorModel

public class CreatorModel extends Object
Parameter for creator constructor / method model.
  • Field Details

  • Constructor Details

    • CreatorModel

      public CreatorModel(String name, Parameter parameter, Executable executable, JsonbContext context)
      Creates a new instance.
      Parameters:
      name - Parameter name
      parameter - constructor parameter
      executable - creator executable
      context - jsonb context
  • Method Details

    • getName

      public String getName()
      Gets parameter name.
      Returns:
      Parameter name.
    • getCustomization

      public CreatorCustomization getCustomization()
    • getType

      public Type getType()
      Gets parameter type.
      Returns:
      Parameter type.