Interface TypeKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
TypeKeyReferenceImpl

public interface TypeKeyReference extends KeyReference

References a type by key.


Example to create an instance using the builder pattern

     TypeKeyReference typeKeyReference = TypeKeyReference.builder()
             .key("{key}")
             .build()