Class AppConfigCustomizedProperty.JsonObjectProperty
-
- All Implemented Interfaces:
public final class AppConfigCustomizedProperty.JsonObjectProperty extends AppConfigCustomizedProperty
json object property
-
-
Constructor Summary
Constructors Constructor Description AppConfigCustomizedProperty.JsonObjectProperty(String key, JsonObject content)
-
Method Summary
Modifier and Type Method Description final String
getKey()
final JsonObject
getContent()
String
toString()
-
-
Method Detail
-
getKey
final String getKey()
-
getContent
final JsonObject getContent()
-
toString
String toString()
-
-
-
-