Uses of Class
org.kiwiproject.registry.model.NativeRegistryData
-
Packages that use NativeRegistryData Package Description org.kiwiproject.registry.eureka.common org.kiwiproject.registry.model -
-
Uses of NativeRegistryData in org.kiwiproject.registry.eureka.common
Methods in org.kiwiproject.registry.eureka.common with parameters of type NativeRegistryData Modifier and Type Method Description ServiceInstanceEurekaInstance. toServiceInstance(NativeRegistryData nativeRegistryData) -
Uses of NativeRegistryData in org.kiwiproject.registry.model
Methods in org.kiwiproject.registry.model that return NativeRegistryData Modifier and Type Method Description static NativeRegistryDataNativeRegistryData. valueOf(String name)Returns the enum constant of this type with the specified name.static NativeRegistryData[]NativeRegistryData. values()Returns an array containing the constants of this enum type, in the order they are declared.
-