public class io.vertx.codegen.PropertyInfo extends java.lang.Object
{
final io.vertx.codegen.PropertyKind kind;
final boolean declared;
final java.lang.String name;
final io.vertx.codegen.doc.Doc doc;
final io.vertx.codegen.type.TypeInfo type;
final java.lang.String setterMethod;
final java.lang.String adderMethod;
final java.lang.String getterMethod;
final boolean jsonifiable;
final boolean deprecated;
final io.vertx.codegen.doc.Text deprecatedDesc;
final java.util.Map annotations;
public void <init>(boolean, java.lang.String, io.vertx.codegen.doc.Doc, io.vertx.codegen.type.TypeInfo, java.lang.String, java.lang.String, java.lang.String, java.util.List, io.vertx.codegen.PropertyKind, boolean, boolean, io.vertx.codegen.doc.Text)
{
java.util.function.Supplier v;
io.vertx.codegen.doc.Text v;
java.util.function.BiConsumer v, v;
java.lang.String v, v, v, v;
boolean v, v, v;
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.type.TypeInfo v;
java.util.List v;
java.util.stream.Stream v;
io.vertx.codegen.doc.Doc v;
io.vertx.codegen.PropertyKind v;
java.lang.Object v;
v := @this: io.vertx.codegen.PropertyInfo;
v := @parameter: boolean;
v := @parameter: java.lang.String;
v := @parameter: io.vertx.codegen.doc.Doc;
v := @parameter: io.vertx.codegen.type.TypeInfo;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v := @parameter: java.util.List;
v := @parameter: io.vertx.codegen.PropertyKind;
v := @parameter: boolean;
v := @parameter: boolean;
v := @parameter: io.vertx.codegen.doc.Text;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.PropertyKind kind> = v;
v.<io.vertx.codegen.PropertyInfo: boolean declared> = v;
v.<io.vertx.codegen.PropertyInfo: java.lang.String name> = v;
v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.doc.Doc doc> = v;
v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.type.TypeInfo type> = v;
v = interfaceinvoke v.<java.util.List: java.util.stream.Stream stream()>();
v = staticinvoke <io.vertx.codegen.PropertyInfo$init__2529: java.util.function.Supplier bootstrap$()>();
v = staticinvoke <io.vertx.codegen.PropertyInfo$lambda_new_0__2530: java.util.function.BiConsumer bootstrap$()>();
v = staticinvoke <io.vertx.codegen.PropertyInfo$putAll__2531: java.util.function.BiConsumer bootstrap$()>();
v = interfaceinvoke v.<java.util.stream.Stream: java.lang.Object collect(java.util.function.Supplier,java.util.function.BiConsumer,java.util.function.BiConsumer)>(v, v, v);
v.<io.vertx.codegen.PropertyInfo: java.util.Map annotations> = v;
v.<io.vertx.codegen.PropertyInfo: java.lang.String adderMethod> = v;
v.<io.vertx.codegen.PropertyInfo: java.lang.String setterMethod> = v;
v.<io.vertx.codegen.PropertyInfo: java.lang.String getterMethod> = v;
v.<io.vertx.codegen.PropertyInfo: boolean jsonifiable> = v;
v.<io.vertx.codegen.PropertyInfo: boolean deprecated> = v;
v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.doc.Text deprecatedDesc> = v;
return;
}
public boolean isDeclared()
{
io.vertx.codegen.PropertyInfo v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: boolean declared>;
return v;
}
public io.vertx.codegen.doc.Doc getDoc()
{
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.doc.Doc v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.doc.Doc doc>;
return v;
}
public io.vertx.codegen.PropertyKind getKind()
{
io.vertx.codegen.PropertyKind v;
io.vertx.codegen.PropertyInfo v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.PropertyKind kind>;
return v;
}
public java.lang.String getName()
{
java.lang.String v;
io.vertx.codegen.PropertyInfo v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.lang.String name>;
return v;
}
public io.vertx.codegen.type.TypeInfo getType()
{
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.type.TypeInfo v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.type.TypeInfo type>;
return v;
}
public java.lang.String getGetterMethod()
{
java.lang.String v;
io.vertx.codegen.PropertyInfo v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.lang.String getterMethod>;
return v;
}
public java.lang.String getSetterMethod()
{
java.lang.String v;
io.vertx.codegen.PropertyInfo v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.lang.String setterMethod>;
return v;
}
public java.lang.String getAdderMethod()
{
java.lang.String v;
io.vertx.codegen.PropertyInfo v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.lang.String adderMethod>;
return v;
}
public java.util.List getAnnotations()
{
io.vertx.codegen.PropertyInfo v;
java.util.Collection v;
java.util.Map v;
java.util.ArrayList v;
v := @this: io.vertx.codegen.PropertyInfo;
v = new java.util.ArrayList;
v = v.<io.vertx.codegen.PropertyInfo: java.util.Map annotations>;
v = interfaceinvoke v.<java.util.Map: java.util.Collection values()>();
specialinvoke v.<java.util.ArrayList: void <init>(java.util.Collection)>(v);
return v;
}
public io.vertx.codegen.type.AnnotationValueInfo getAnnotation(java.lang.String)
{
io.vertx.codegen.PropertyInfo v;
java.util.Map v;
java.lang.Object v;
java.lang.String v;
v := @this: io.vertx.codegen.PropertyInfo;
v := @parameter: java.lang.String;
v = v.<io.vertx.codegen.PropertyInfo: java.util.Map annotations>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
return v;
}
public boolean isValue()
{
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.PropertyKind v, v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.PropertyKind kind>;
v = <io.vertx.codegen.PropertyKind: io.vertx.codegen.PropertyKind VALUE>;
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isList()
{
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.PropertyKind v, v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.PropertyKind kind>;
v = <io.vertx.codegen.PropertyKind: io.vertx.codegen.PropertyKind LIST>;
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isSet()
{
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.PropertyKind v, v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.PropertyKind kind>;
v = <io.vertx.codegen.PropertyKind: io.vertx.codegen.PropertyKind SET>;
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isMap()
{
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.PropertyKind v, v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.PropertyKind kind>;
v = <io.vertx.codegen.PropertyKind: io.vertx.codegen.PropertyKind MAP>;
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isSetter()
{
java.lang.String v;
io.vertx.codegen.PropertyInfo v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.lang.String setterMethod>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isAdder()
{
java.lang.String v;
io.vertx.codegen.PropertyInfo v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.lang.String adderMethod>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isAnnotated()
{
io.vertx.codegen.PropertyInfo v;
java.util.Map v;
boolean v, v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.util.Map annotations>;
v = interfaceinvoke v.<java.util.Map: boolean isEmpty()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isJsonifiable()
{
io.vertx.codegen.PropertyInfo v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: boolean jsonifiable>;
return v;
}
public boolean isDeprecated()
{
io.vertx.codegen.PropertyInfo v;
boolean v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: boolean deprecated>;
return v;
}
public io.vertx.codegen.doc.Text getDeprecatedDesc()
{
io.vertx.codegen.PropertyInfo v;
io.vertx.codegen.doc.Text v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: io.vertx.codegen.doc.Text deprecatedDesc>;
return v;
}
public java.lang.String toString()
{
java.lang.String v, v;
io.vertx.codegen.PropertyInfo v;
v := @this: io.vertx.codegen.PropertyInfo;
v = v.<io.vertx.codegen.PropertyInfo: java.lang.String name>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("PropertyInfo(name=\u)");
return v;
}
}