public final class io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22 v;
v = new io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22;
specialinvoke v.<io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22: void <init>()>();
return v;
}
public void <init>()
{
io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22 v;
v := @this: io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
java.lang.Object v;
java.lang.String v;
io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22 v;
v := @this: io.wcm.handler.media.MediaComponentPropertyResolver$getMediaFormatName__22;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<io.wcm.handler.media.MediaArgs$MediaFormatOption: java.lang.String getMediaFormatName()>();
return v;
}
}