public final class org.apache.camel.component.rest.RestComponent$init__177 extends java.lang.Object implements java.util.function.Supplier
{
public static java.util.function.Supplier bootstrap$()
{
org.apache.camel.component.rest.RestComponent$init__177 v;
v = new org.apache.camel.component.rest.RestComponent$init__177;
specialinvoke v.<org.apache.camel.component.rest.RestComponent$init__177: void <init>()>();
return v;
}
public void <init>()
{
org.apache.camel.component.rest.RestComponent$init__177 v;
v := @this: org.apache.camel.component.rest.RestComponent$init__177;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object get()
{
java.lang.UnsupportedOperationException v;
org.apache.camel.component.rest.RestComponent$init__177 v;
v := @this: org.apache.camel.component.rest.RestComponent$init__177;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
return v;
}
}