Interface CustomFieldStringType

All Superinterfaces:
FieldType
All Known Implementing Classes:
CustomFieldStringTypeImpl

public interface CustomFieldStringType extends FieldType

Field type for string values.


Example to create an instance using the builder pattern

     CustomFieldStringType customFieldStringType = CustomFieldStringType.builder()
             .build()