Uses of Interface
org.nentangso.core.service.helper.location.NtsLocationDeserializer
-
Packages that use NtsLocationDeserializer Package Description org.nentangso.core.config org.nentangso.core.service.helper.location -
-
Uses of NtsLocationDeserializer in org.nentangso.core.config
Methods in org.nentangso.core.config that return NtsLocationDeserializer Modifier and Type Method Description NtsLocationDeserializerNtsLocationHelperAutoConfiguration. ntsLocationDeserializer(NtsProperties ntsProperties, org.springframework.context.ApplicationContext applicationContext)Methods in org.nentangso.core.config with parameters of type NtsLocationDeserializer Modifier and Type Method Description NtsLocationHelperNtsLocationHelperAutoConfiguration. ntsLocationHelper(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, NtsLocationDeserializer locationDeserializer) -
Uses of NtsLocationDeserializer in org.nentangso.core.service.helper.location
Classes in org.nentangso.core.service.helper.location that implement NtsLocationDeserializer Modifier and Type Class Description classNtsBitSetLocationDeserializerConstructors in org.nentangso.core.service.helper.location with parameters of type NtsLocationDeserializer Constructor Description NtsDefaultLocationHelper(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, NtsLocationDeserializer locationDeserializer)
-