Package org.grpcmock.springboot
Class GrpcMockProperties
java.lang.Object
org.grpcmock.springboot.GrpcMockProperties
@ConfigurationProperties("grpcmock")
public class GrpcMockProperties
extends Object
- Author:
- Fadelis
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGrpcMockProperties.Server -
Constructor Summary
Constructors Constructor Description GrpcMockProperties() -
Method Summary
Modifier and Type Method Description GrpcMockProperties.ServergetServer()voidsetServer(GrpcMockProperties.Server server)
-
Constructor Details
-
GrpcMockProperties
public GrpcMockProperties()
-
-
Method Details