- All Known Subinterfaces:
AttributesTypeResolver<K>,ChainInputTypeResolver,InputTypeResolver<K>,OutputTypeResolver<K>,StaticResolver
- All Known Implementing Classes:
AttributesStaticTypeResolver,InputStaticTypeResolver,NullMetadataResolver,OutputStaticTypeResolver
A base interface for resolvers in which they specify it's category name.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionThis is the name of the TypeResolver Category, that relates a givenTypeKeysResolverwith theinputandoutputtype resolvers.This is the name of the TypeResolver.
-
Method Details
-
getCategoryName
String getCategoryName()This is the name of the TypeResolver Category, that relates a givenTypeKeysResolverwith theinputandoutputtype resolvers. For any given component, all theinputandoutputresolvers must belong to the same Category, that is, have the samecategoryName- Returns:
- name of the category
-
getResolverName
String getResolverName()This is the name of the TypeResolver. It should not be repeated amongInputTypeResolverandOutputTypeResolverwhich are used together.- Returns:
- name of the resolver
-