public class PropertyWrapper extends Object
| Constructor and Description |
|---|
PropertyWrapper(org.apache.aries.component.dsl.CachingServiceReference<io.swagger.v3.oas.models.OpenAPI> cachingServiceReference) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyBoolean(String property,
Consumer<Boolean> consumer) |
void |
applyLong(String property,
Consumer<Long> consumer) |
void |
applyString(String property,
Consumer<String> consumer) |
<T extends Collection<String>> |
applyStringCollection(String property,
Consumer<T> consumer) |
public PropertyWrapper(org.apache.aries.component.dsl.CachingServiceReference<io.swagger.v3.oas.models.OpenAPI> cachingServiceReference)
public <T extends Collection<String>> void applyStringCollection(String property, Consumer<T> consumer)
Copyright © 2021 The Apache Software Foundation. All rights reserved.