@Component public class PriorityPropertyFactory extends Object
| Constructor and Description |
|---|
PriorityPropertyFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> PriorityProperty<T> |
getOrCreate(Type type,
T invalidValue,
T defaultValue,
String... priorityKeys) |
java.util.stream.Stream<PriorityProperty<?>> |
getProperties() |
void |
onDestroy() |
@PreDestroy public void onDestroy()
public java.util.stream.Stream<PriorityProperty<?>> getProperties()
public <T> PriorityProperty<T> getOrCreate(Type type, T invalidValue, T defaultValue, String... priorityKeys)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.