Uses of Class
org.nentangso.core.config.NtsProperties
-
Packages that use NtsProperties Package Description org.nentangso.core.client org.nentangso.core.config org.nentangso.core.security Spring Security configuration.org.nentangso.core.service.helper.location -
-
Uses of NtsProperties in org.nentangso.core.client
Constructors in org.nentangso.core.client with parameters of type NtsProperties Constructor Description NtsAuthorizedFeignConfiguration(NtsProperties ntsProperties) -
Uses of NtsProperties in org.nentangso.core.config
Methods in org.nentangso.core.config with parameters of type NtsProperties Modifier and Type Method Description NtsDefaultLocationCacheableNtsLocationProviderAutoConfiguration. ntsDefaultLocationCacheable(NtsProperties ntsProperties, javax.cache.configuration.Configuration<Object,Object> jcacheConfiguration)NtsLocationDeserializerNtsLocationProviderAutoConfiguration. ntsLocationDeserializer(NtsProperties ntsProperties, org.springframework.context.ApplicationContext applicationContext)NtsLocationProvider<? extends NtsLocationDTO>NtsLocationProviderAutoConfiguration. ntsLocationProvider(NtsProperties ntsProperties, org.springframework.context.ApplicationContext applicationContext) -
Uses of NtsProperties in org.nentangso.core.security
Constructors in org.nentangso.core.security with parameters of type NtsProperties Constructor Description NtsSecurityUtils(NtsProperties ntsProperties) -
Uses of NtsProperties in org.nentangso.core.service.helper.location
Constructors in org.nentangso.core.service.helper.location with parameters of type NtsProperties Constructor Description NtsDefaultLocationCacheable(NtsProperties ntsProperties, javax.cache.configuration.Configuration<Object,Object> jcacheConfiguration)
-