Class PropertyWrapper
- java.lang.Object
-
- org.apache.aries.jax.rs.jaxb.json.activator.PropertyWrapper
-
public class PropertyWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyWrapper(Dictionary<String,?> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyBoolean(String property, Consumer<Boolean> consumer)
void
applyString(String property, Consumer<String> consumer)
-