public class MissingInjectableValueExcepion extends JsonMappingException
JsonMappingException.Reference| Modifier and Type | Field and Description |
|---|---|
protected Object |
_beanInstance |
protected BeanProperty |
_forProperty |
protected Object |
_valueId |
_path, _processor_location| Modifier | Constructor and Description |
|---|---|
protected |
MissingInjectableValueExcepion(JsonParser p,
String msg,
Object valueId,
BeanProperty forProperty,
Object beanInstance) |
| Modifier and Type | Method and Description |
|---|---|
static MissingInjectableValueExcepion |
from(JsonParser p,
String msg,
Object valueId,
BeanProperty forProperty,
Object beanInstance) |
Object |
getBeanInstance() |
BeanProperty |
getForProperty() |
Object |
getValueId() |
_appendPathDesc, _appendReferenceChain, _buildMessage, from, from, from, from, from, from, from, from, fromUnexpectedIOE, getLocalizedMessage, getMessage, getPath, getPathReference, getPathReference, getProcessor, prependPath, prependPath, prependPath, toString, withCause, wrapWithPath, wrapWithPath, wrapWithPathclearLocation, getLocation, getMessageSuffix, getOriginalMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected final Object _valueId
protected final BeanProperty _forProperty
protected final Object _beanInstance
protected MissingInjectableValueExcepion(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance)
public static MissingInjectableValueExcepion from(JsonParser p, String msg, Object valueId, BeanProperty forProperty, Object beanInstance)
public Object getValueId()
public BeanProperty getForProperty()
public Object getBeanInstance()
Copyright © 2008–2025 FasterXML. All rights reserved.