Class ExternalTypeHandler.Builder
- java.lang.Object
-
- org.codehaus.jackson.map.deser.impl.ExternalTypeHandler.Builder
-
- Enclosing class:
- ExternalTypeHandler
public static class ExternalTypeHandler.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExternal(SettableBeanProperty property, String extPropName)
ExternalTypeHandler
build()
-
-
-
Method Detail
-
addExternal
public void addExternal(SettableBeanProperty property, String extPropName)
-
build
public ExternalTypeHandler build()
-
-