Uses of Class
com.opencloud.sentinel.mapper.DiameterServiceMappingPoint
-
Packages that use DiameterServiceMappingPoint Package Description com.opencloud.sentinel.mapper This package contains mapper related interfaces in the Sentinel services. -
-
Uses of DiameterServiceMappingPoint in com.opencloud.sentinel.mapper
Methods in com.opencloud.sentinel.mapper that return DiameterServiceMappingPoint Modifier and Type Method Description static DiameterServiceMappingPoint
DiameterServiceMappingPoint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DiameterServiceMappingPoint[]
DiameterServiceMappingPoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-