defaults| 构造器和说明 |
|---|
YamlProperties(byte[] content) |
YamlProperties(File file) |
YamlProperties(InputStream inputStream) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
extract(Class<T> beanType,
String prefix) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuescontainsKey, containsValue, put, removeclear, compute, computeIfAbsent, computeIfPresent, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuesget, get, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getRequired, getRequired, getRequiredBoolean, getRequiredDouble, getRequiredFloat, getRequiredInt, getRequiredLong, getRequiredString, getString, getString, removeBoolean, removeBoolean, removeDouble, removeDouble, removeFloat, removeFloat, removeInt, removeInt, removeLong, removeLong, removeString, removeStringpublic YamlProperties(File file) throws IOException
IOExceptionpublic YamlProperties(InputStream inputStream)
public YamlProperties(byte[] content)
public <T> T extract(Class<T> beanType, String prefix) throws IllegalAccessException
Copyright © 2025. All rights reserved.