Interface TypeReference

All Superinterfaces:
Identifiable<Type>, Reference, ReferenceMixin
All Known Implementing Classes:
TypeReferenceImpl

public interface TypeReference extends Reference, Identifiable<Type>

Reference to a Type.


Example to create an instance using the builder pattern

     TypeReference typeReference = TypeReference.builder()
             .id("{id}")
             .build()