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