Uses of Class
com.alon.spring.crud.api.controller.cache.ETagPolicy
-
Packages that use ETagPolicy Package Description com.alon.spring.crud.api.controller com.alon.spring.crud.api.controller.cache -
-
Uses of ETagPolicy in com.alon.spring.crud.api.controller
Constructors in com.alon.spring.crud.api.controller with parameters of type ETagPolicy Constructor Description CachedCrudController(SERVICE_TYPE service, ETagPolicy eTagPolicy)Creates a CachedCrudController with the provided ETag policy.CachedCrudController(SERVICE_TYPE service, ETagPolicy eTagPolicy, DeepETagResolver deepETagResolver)CachedCrudController(SERVICE_TYPE service, ETagPolicy eTagPolicy, DeepETagResolver deepETagResolver, InputMapper<CREATE_INPUT_TYPE,MANAGED_ENTITY_TYPE> createInputMapper, InputMapper<UPDATE_INPUT_TYPE,MANAGED_ENTITY_TYPE> updateInputMapper) -
Uses of ETagPolicy in com.alon.spring.crud.api.controller.cache
Methods in com.alon.spring.crud.api.controller.cache that return ETagPolicy Modifier and Type Method Description static ETagPolicyETagPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ETagPolicy[]ETagPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-