public interface TargetAware extends TargetClassAware, RawTargetAccess
TargetClassAware
to be able to ignore the getter on JSON rendering.Modifier and Type | Method and Description |
---|---|
Class<?> |
getDecoratedClass()
Re-declaration of Spring Framework 4.3's
DecoratingProxy so
that we can exclude it from Jackson serialization. |
Object |
getTarget()
Returns the proxy target.
|
Class<?> |
getTargetClass()
Returns the type of the proxy target.
|
Class<?> getTargetClass()
getTargetClass
in interface TargetClassAware
Object getTarget()
Class<?> getDecoratedClass()
DecoratingProxy
so
that we can exclude it from Jackson serialization.Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.