Package org.nentangso.core.config
Class NtsProperties
- java.lang.Object
-
- org.nentangso.core.config.NtsProperties
-
@Configuration @ConfigurationProperties(prefix="nts") public class NtsProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNtsProperties.ClientPropertiesstatic classNtsProperties.HelperPropertiesstatic classNtsProperties.SecurityProperties
-
Constructor Summary
Constructors Constructor Description NtsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NtsProperties.ClientPropertiesgetClient()NtsProperties.HelperPropertiesgetHelper()NtsProperties.SecurityPropertiesgetSecurity()
-
-
-
Method Detail
-
getSecurity
public NtsProperties.SecurityProperties getSecurity()
-
getHelper
public NtsProperties.HelperProperties getHelper()
-
getClient
public NtsProperties.ClientProperties getClient()
-
-