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 Detail
-
getServer
public GrpcMockProperties.Server getServer()
-
setServer
public void setServer(GrpcMockProperties.Server server)
-
-