private static class PropertyNamingStrategyFactory.ConfigurableNamingStrategy
extends java.lang.Object
implements javax.json.bind.config.PropertyNamingStrategy
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<java.lang.Character,java.lang.Character> |
converter |
private char |
separator |
Constructor and Description |
---|
ConfigurableNamingStrategy(java.util.function.Function<java.lang.Character,java.lang.Character> wordConverter,
char sep) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
translateName(java.lang.String propertyName) |
private final java.util.function.Function<java.lang.Character,java.lang.Character> converter
private final char separator
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.