public abstract class GlueMessageUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EMPTY_STRING |
static int |
FORMAT_YYYY
Date Type을 년(yyyy) Format으로 지정
|
static int |
FORMAT_YYYYMM
Date Type을 년월(yyyyMM) Format으로 지정
|
static int |
FORMAT_YYYYMMDD
Date Type을 년월일(yyyyMMdd) Format으로 지정
|
static int |
FORMAT_YYYYMMDDHH
Date Type을 년월일시(yyyyMMddHH) Format으로 지정
|
static int |
FORMAT_YYYYMMDDHHMM
Date Type을 년월일시분(yyyyMMddHHmm) Format으로 지정
|
static int |
FORMAT_YYYYMMDDHHMMSS |
Constructor and Description |
---|
GlueMessageUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
convertDateToString(Timestamp date,
int defindedSize)
Date값을 String으로 변환
|
static Date |
convertStringToDate(String datestr)
String값을 Date로 변환
|
static String |
getByteMsgString(GlueMessageAttributeDefinition attrDef,
GlueMessage message,
int index)
String값을 Message String으로 생성
|
static String |
getByteMsgString(GlueMessageAttributeDefinition attrDef,
GlueMessage message,
int index,
Charset charset)
String값을 Message String으로 생성
|
static int |
getIntFromString(String str)
String값을 Integer로 변환하여 반환한다.
|
static String |
getMsgDate(GlueMessageAttributeDefinition attrDef,
GlueMessage message,
int index)
Date값을 Message String으로 생성
|
static String |
getMsgNumber(GlueMessageAttributeDefinition attrDef,
GlueMessage message,
int index)
Number값을 Message String으로 생성
|
static String |
getMsgString(GlueMessageAttributeDefinition attrDef,
GlueMessage message,
int index)
String값을 Message String으로 생성
|
static String |
getStringFromNumber(BigDecimal number,
int definedSize,
int precision)
Number를 String으로 변환
|
static String |
getToString(String str,
String character,
int length)
해당 값으로 길이 만큼 String에 추가
|
static String |
rightTrim(String content)
String 형태의 값을 받아서 RightTrim
|
static String |
substringByte(byte[] strByte,
int startIndex,
int endIndex)
String 형태의 값을 받아서 byte 단위의 substring을 수행한다.
|
static String |
substringByte(String str,
int startIndex,
int endIndex)
String 형태의 값을 받아서 byte 단위의 substring을 수행한다.
|
public static final String EMPTY_STRING
public static final int FORMAT_YYYYMMDDHHMMSS
public static final int FORMAT_YYYYMMDDHHMM
public static final int FORMAT_YYYYMMDDHH
public static final int FORMAT_YYYYMMDD
public static final int FORMAT_YYYYMM
public static final int FORMAT_YYYY
public static int getIntFromString(String str)
str
- 숫자문자열public static String rightTrim(String content)
content
- : Right Trim할 대상 Stringpublic static String substringByte(byte[] strByte, int startIndex, int endIndex)
strByte
- : substring 할 대상 String의 ByteLengthstartIndex
- : substring을 시작할 위치 (byte단위)endIndex
- : substring의 끝 위치 (byte단위)public static String substringByte(String str, int startIndex, int endIndex)
str
- : substring 할 대상 String의 ByteLengthstartIndex
- : substring을 시작할 위치 (byte단위)endIndex
- : substring의 끝 위치 (byte단위)public static String getStringFromNumber(BigDecimal number, int definedSize, int precision)
number
- BigDecimaldefinedSize
- intprecision
- intpublic static Date convertStringToDate(String datestr) throws GlueException
datestr
- GlueException
public static String getToString(String str, String character, int length)
str
- Stringcharacter
- Stringlength
- intpublic static String getMsgString(GlueMessageAttributeDefinition attrDef, GlueMessage message, int index)
attrDef
- 항목 Definitionmessage
- Message객체index
- 그룹항목일경우의 indexpublic static String getByteMsgString(GlueMessageAttributeDefinition attrDef, GlueMessage message, int index)
attrDef
- Objectmessage
- GlueMessagepublic static String getByteMsgString(GlueMessageAttributeDefinition attrDef, GlueMessage message, int index, Charset charset)
attrDef
- Objectmessage
- GlueMessageindex
- charset
- public static String getMsgNumber(GlueMessageAttributeDefinition attrDef, GlueMessage message, int index)
attrDef
- Objectmessage
- GlueMessagepublic static String getMsgDate(GlueMessageAttributeDefinition attrDef, GlueMessage message, int index)
attrDef
- Objectmessage
- GlueMessageCopyright © 2023–2024 POSCO DX. All rights reserved.