Interface RestrictionConverter
-
- All Known Implementing Classes:
ActionTypeExclusionConverter
,AssemblyContextRestrictionConverter
,SingleActionRestrictionConverter
,SingleResourceRestrictionConverter
,SingleUserActionRestrictionConverter
,UserActionTypeExclusionConverter
public interface RestrictionConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstrumentableRestriction<?>
fromAdaption(AdaptedInstrumentableRestriction adapted)
AdaptedInstrumentableRestriction
fromImplementation(InstrumentableRestriction<?> restriction)
-
-
-
Method Detail
-
fromImplementation
AdaptedInstrumentableRestriction fromImplementation(InstrumentableRestriction<?> restriction)
-
fromAdaption
InstrumentableRestriction<?> fromAdaption(AdaptedInstrumentableRestriction adapted)
-
-