public class DelegateStorableGenerator<S extends Storable>
extends java.lang.Object
Storable
types
which delegate to DelegateSupport
. The delegating classes extend
those generated by MasterStorableGenerator
.Modifier and Type | Method and Description |
---|---|
static <S extends Storable> |
getDelegateClass(java.lang.Class<S> type,
java.util.EnumSet<MasterFeature> features)
Delegate class has a constructor that accepts a
DelegateSupport
instance. |
public static <S extends Storable> java.lang.Class<? extends S> getDelegateClass(java.lang.Class<S> type, java.util.EnumSet<MasterFeature> features) throws SupportException
DelegateSupport
instance.
public <init>(DelegateSupport);
SupportException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.