| Package | Description |
|---|---|
| com.mysql.cj.conf | |
| documentation | |
| instrumentation |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyDefinition<T> |
class |
BooleanPropertyDefinition |
class |
EnumPropertyDefinition<T extends java.lang.Enum<T>> |
class |
IntegerPropertyDefinition |
class |
LongPropertyDefinition |
class |
MemorySizePropertyDefinition |
class |
StringPropertyDefinition |
| Modifier and Type | Field and Description |
|---|---|
private PropertyDefinition<T> |
AbstractRuntimeProperty.propertyDefinition |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<PropertyKey,PropertyDefinition<?>> |
PropertyDefinitions.PROPERTY_KEY_TO_PROPERTY_DEFINITION
Static unmodifiable
PropertyKey -> PropertyDefinition map. |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition<T> |
RuntimeProperty.getPropertyDefinition() |
PropertyDefinition<T> |
AbstractRuntimeProperty.getPropertyDefinition() |
static PropertyDefinition<?> |
PropertyDefinitions.getPropertyDefinition(PropertyKey propertyKey) |
| Constructor and Description |
|---|
AbstractRuntimeProperty(PropertyDefinition<T> propertyDefinition) |
BooleanProperty(PropertyDefinition<java.lang.Boolean> propertyDefinition) |
EnumProperty(PropertyDefinition<T> propertyDefinition) |
IntegerProperty(PropertyDefinition<java.lang.Integer> propertyDefinition) |
LongProperty(PropertyDefinition<java.lang.Long> propertyDefinition) |
MemorySizeProperty(PropertyDefinition<java.lang.Integer> propertyDefinition) |
StringProperty(PropertyDefinition<java.lang.String> propertyDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,PropertyDefinition<?>> |
PropertiesDocGenerator.XmlMap.alpha |
protected java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,PropertyDefinition<?>>> |
PropertiesDocGenerator.XmlMap.ordered |
| Modifier and Type | Method and Description |
|---|---|
private static void |
AddMethods.addPropertiesGettersSetters(javassist.CtClass clazz,
java.util.Collection<PropertyDefinition<?>> propertyDefinitions) |