Interface AttributeNestedType

All Superinterfaces:
AttributeType
All Known Implementing Classes:
AttributeNestedTypeImpl

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

     AttributeNestedType attributeNestedType = AttributeNestedType.builder()
             .typeReference(typeReferenceBuilder -> typeReferenceBuilder)
             .build()