public abstract class PluginProperties
extends java.lang.Object
| Constructor and Description |
|---|
PluginProperties() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PluginProperty> |
buildPluginProperties(java.util.Map<java.lang.String,java.lang.Object> data) |
static java.lang.Iterable<PluginProperty> |
merge(java.lang.Iterable<PluginProperty>... propertiesLists) |
static java.util.Map<java.lang.String,java.lang.Object> |
toMap(java.lang.Iterable<PluginProperty>... propertiesLists) |
public static java.lang.Iterable<PluginProperty> merge(java.lang.Iterable<PluginProperty>... propertiesLists)
public static java.util.Map<java.lang.String,java.lang.Object> toMap(java.lang.Iterable<PluginProperty>... propertiesLists)
public static java.util.List<PluginProperty> buildPluginProperties(@Nullable java.util.Map<java.lang.String,java.lang.Object> data)
Copyright © 2010-2020. All Rights Reserved.