Interface AttributeNumberType

All Superinterfaces:
AttributeType

public interface AttributeNumberType extends AttributeType
AttributeNumberType
Example to create an instance using the builder pattern

     AttributeNumberType attributeNumberType = AttributeNumberType.builder()
             .build()
 
  • Field Details

  • Method Details

    • of

      static AttributeNumberType of()
      factory method
      Returns:
      instance of AttributeNumberType
    • of

      factory method to create a shallow copy AttributeNumberType
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

      factory method to create a deep copy of AttributeNumberType
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • builder

      static AttributeNumberTypeBuilder builder()
      builder factory method for AttributeNumberType
      Returns:
      builder
    • builder

      create builder for AttributeNumberType instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withAttributeNumberType

      default <T> T withAttributeNumberType(Function<AttributeNumberType,T> helper)
      accessor map function
      Type Parameters:
      T - mapped type
      Parameters:
      helper - function to map the object
      Returns:
      mapped value
    • typeReference

      static com.fasterxml.jackson.core.type.TypeReference<AttributeNumberType> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference