protected static class Advice.Dispatcher.OffsetMapping.ForEnterValue.Factory extends Object implements Advice.Dispatcher.OffsetMapping.Factory
Advice.Dispatcher.OffsetMapping.ForEnterValue offset mapping.UNDEFINED| Modifier | Constructor and Description |
|---|---|
protected |
Factory(TypeDescription enterType,
boolean readOnly)
Creates a new factory for creating a
Advice.Dispatcher.OffsetMapping.ForEnterValue offset mapping. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
Advice.Dispatcher.OffsetMapping |
make(ParameterDescription.InDefinedShape parameterDescription)
Creates a new offset mapping for the supplied parameter if possible.
|
String |
toString() |
protected Factory(TypeDescription enterType, boolean readOnly)
Advice.Dispatcher.OffsetMapping.ForEnterValue offset mapping.enterType - The supplied type of the enter method.readOnly - Indicates that the mapped parameter is read-only.public Advice.Dispatcher.OffsetMapping make(ParameterDescription.InDefinedShape parameterDescription)
Advice.Dispatcher.OffsetMapping.Factorymake in interface Advice.Dispatcher.OffsetMapping.FactoryparameterDescription - The parameter description for which to resolve an offset mapping.null if no mapping can be resolved for this parameter.Copyright © 2014–2016. All rights reserved.