Uses of Interface
org.nentangso.core.service.helper.location.NtsLocationProvider
-
Packages that use NtsLocationProvider Package Description org.nentangso.core.config org.nentangso.core.service.helper Service helpersorg.nentangso.core.service.helper.location -
-
Uses of NtsLocationProvider in org.nentangso.core.config
Methods in org.nentangso.core.config that return NtsLocationProvider Modifier and Type Method Description NtsLocationProvider<? extends NtsLocationDTO>NtsLocationProviderAutoConfiguration. ntsLocationProvider(NtsProperties ntsProperties, org.springframework.context.ApplicationContext applicationContext)Methods in org.nentangso.core.config with parameters of type NtsLocationProvider Modifier and Type Method Description NtsBitSetLocationDeserializerNtsLocationProviderAutoConfiguration. ntsBitSetLocationDeserializer(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, String bitSetClaim)NtsLocationHelperNtsLocationProviderAutoConfiguration. ntsLocationHelper(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, NtsLocationDeserializer locationDeserializer) -
Uses of NtsLocationProvider in org.nentangso.core.service.helper
Constructors in org.nentangso.core.service.helper with parameters of type NtsLocationProvider Constructor Description NtsLocationHelper(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, NtsLocationDeserializer locationDeserializer) -
Uses of NtsLocationProvider in org.nentangso.core.service.helper.location
Classes in org.nentangso.core.service.helper.location that implement NtsLocationProvider Modifier and Type Class Description classNtsKeycloakLocationProviderclassNtsRestLocationProviderConstructors in org.nentangso.core.service.helper.location with parameters of type NtsLocationProvider Constructor Description NtsBitSetLocationDeserializer(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, String bitSetClaim)
-