TypeService

public interface TypeService

The TypeService is an interface defining available methods to execute various actions on Field Types.

Methods

findType

TypeDto findType(Class<?> clazz)

findValidations

List<TypeValidation> findValidations(TypeDto type, Class<? extends Annotation> aClass)

getAllTypes

List<TypeDto> getAllTypes()

getType

Type getType(TypeValidation validation)