Package org.cadixdev.lorenz.model
Interface MemberMapping<M extends MemberMapping,P extends Mapping>
-
- Type Parameters:
M- The type of the mappingP- The type of the parent mapping
- All Superinterfaces:
Mapping<M,P>,Reversible<M,P>
- All Known Subinterfaces:
FieldMapping,InnerClassMapping,MethodMapping,MethodParameterMapping
- All Known Implementing Classes:
AbstractMemberMappingImpl,FieldMappingImpl,InnerClassMappingImpl,MethodMappingImpl,MethodParameterMappingImpl
public interface MemberMapping<M extends MemberMapping,P extends Mapping> extends Mapping<M,P>
Represents a mapping that is a member to aClassMapping.- Since:
- 0.1.0
- See Also:
FieldMapping,MethodMapping,InnerClassMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PgetParent()Gets the parentMappingof this member mapping.-
Methods inherited from interface org.cadixdev.lorenz.model.Mapping
copy, get, getDeobfuscatedName, getFullDeobfuscatedName, getFullObfuscatedName, getMappings, getObfuscatedName, getOrCreate, getSimpleDeobfuscatedName, getSimpleObfuscatedName, hasDeobfuscatedName, merge, set, setDeobfuscatedName
-
Methods inherited from interface org.cadixdev.lorenz.util.Reversible
reverse
-
-