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.getDecoratedClass() so that we can exclude it from
Jackson serialization. |
Object |
getTarget()
Returns the proxy target.
|
Class<?> |
getTargetClass()
Returns the type of the proxy target.
|
@Nullable Class<?> getTargetClass()
getTargetClass
in interface TargetClassAware
Object getTarget()
Class<?> getDecoratedClass()
DecoratingProxy.getDecoratedClass()
so that we can exclude it from
Jackson serialization.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.