Package org.apache.aries.jax.rs.openapi
Class PropertyWrapper
- java.lang.Object
-
- org.apache.aries.jax.rs.openapi.PropertyWrapper
-
public class PropertyWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyWrapper(org.apache.aries.component.dsl.CachingServiceReference<io.swagger.v3.oas.models.OpenAPI> cachingServiceReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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>>
voidapplyStringCollection(String property, Consumer<T> consumer)
-
-
-
Method Detail
-
applyStringCollection
public <T extends Collection<String>> void applyStringCollection(String property, Consumer<T> consumer)
-
-