org.jboss.errai.security.rebind
Class SecurityExceptionMapping
java.lang.Object
org.jboss.errai.marshalling.rebind.api.model.MappingDefinition
org.jboss.errai.security.rebind.SecurityExceptionMapping
public class SecurityExceptionMapping
- extends MappingDefinition
This custom mapping prevents marshalling issues with the JDK 7. Without this,
under some scenarios the marshaller will create a mapping for the
suppressedExceptions
field in Throwable
which is not part of
the JRE emulation library in GWT 2.5.1.
- Author:
- Max Barkley
Methods inherited from class org.jboss.errai.marshalling.rebind.api.model.MappingDefinition |
addInheritedMapping, addMemberMapping, alreadyGenerated, getAllMappings, getClientMarshallerClass, getInstantiationMapping, getMappingClass, getMarshallerInstance, getMemberMappings, getReadableMemberMappings, getServerMarshallerClass, getWritableMemberMappings, isLazy, setClientMarshallerClass, setInheritedInstantiationMapping, setInstantiationMapping, setLazy, setMarshallerInstance, setServerMarshallerClass, toString |
SecurityExceptionMapping
public SecurityExceptionMapping()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.