// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.fasterxml.jackson.annotation; // Referenced classes of package com.fasterxml.jackson.annotation: // JsonInclude public static final class extends Enum { private static final USE_DEFAULTS $VALUES[]; public static final USE_DEFAULTS ALWAYS; public static final USE_DEFAULTS NON_ABSENT; public static final USE_DEFAULTS NON_DEFAULT; public static final USE_DEFAULTS NON_EMPTY; public static final USE_DEFAULTS NON_NULL; public static final USE_DEFAULTS USE_DEFAULTS; public static valueOf(String s) { return ()Enum.valueOf(com/fasterxml/jackson/annotation/JsonInclude$Include, s); } public static [] values() { return ([])$VALUES.clone(); } static { ALWAYS = new ("ALWAYS", 0); NON_NULL = new ("NON_NULL", 1); NON_ABSENT = new ("NON_ABSENT", 2); NON_EMPTY = new ("NON_EMPTY", 3); NON_DEFAULT = new ("NON_DEFAULT", 4); USE_DEFAULTS = new ("USE_DEFAULTS", 5); $VALUES = (new .VALUES[] { ALWAYS, NON_NULL, NON_ABSENT, NON_EMPTY, NON_DEFAULT, USE_DEFAULTS }); } private (String s, int i) { super(s, i); } }