Class AttributeTranscoderRegistryImplTest.MyPair<T,U>

java.lang.Object
net.shibboleth.shared.collection.Pair<T,U>
net.shibboleth.idp.attribute.transcoding.impl.AttributeTranscoderRegistryImplTest.MyPair<T,U>
Enclosing class:
AttributeTranscoderRegistryImplTest

public static class AttributeTranscoderRegistryImplTest.MyPair<T,U> extends Pair<T,U>
Marker class to exercise subtype support.
  • Constructor Details

    • MyPair

      public MyPair(T one, U two)