Uses of Class
org.wildfly.extension.grpc.deployment.GrpcDeploymentSchema
-
Packages that use GrpcDeploymentSchema Package Description org.wildfly.extension.grpc.deployment -
-
Uses of GrpcDeploymentSchema in org.wildfly.extension.grpc.deployment
Methods in org.wildfly.extension.grpc.deployment that return GrpcDeploymentSchema Modifier and Type Method Description static GrpcDeploymentSchemaGrpcDeploymentSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static GrpcDeploymentSchema[]GrpcDeploymentSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.
-